|
|
"Jim Holsenback" <jho### [at] hotmailcom> wrote:
> Well this guy does .....
Actually lizards don't drive ships that small. The hybrid minions have that
occupation, ***DONT*** click on the this:
http://home.earthlink.net/~delta_quadrant/alienhybid.jpg
Since you got the shot take it!
If trace() wont work on the model you can at least hit shields
#local Shield = sphere { 0,shieldrad*Scale
scale <1,shieldflat,1>
texture {
pigment { P_marble }
finish { ambient 0.12 diffuse 0.04 specular 0 }
scale Scale
}
translate T2
}
#local norm = <0,0,0>;
#local Target = trace(Shield,gunpt,T2-gunpt,norm);
laser(gunpt, Target,rad,col)
you should have laser.pov by now
Post a reply to this message
Attachments:
Download 'shieldtest4.jpg' (98 KB)
Preview of image 'shieldtest4.jpg'
|
|